Learn R Programming

DataSetsUni (version 0.1)

Fatality Rates: The data consists of COVID-19 falality rates of Saudi Arabia

Description

The function allows to provide the COVID-19 fatality rates in Saudi Arabia. These measurements were taken over 37 days, beginning on June 27 and ending on August 2, 2021.

Usage

data_fatCOVID

Value

data_fatCOVID gives the COVID-19 fatality rates in Saudi Arabia.

Arguments

data_fatCOVID

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data consists of the COVID-19 fatality rates in Saudi Arabia. These measurements were taken for 37 days, beginning on June 27 and ending on August 2, 2021. Recently, it is used by Alshanbari et al. (2022) and fitted the novel type I half-logistic Burr-Weibull distribution.

References

Alshanbari, H. M., Odhah, O. H., Almetwally, E. M., Hussam, E., Kilai, M., & El-Bagoury, A. A. H. (2022). Novel Type I Half Logistic Burr-Weibull Distribution: Application to COVID-19 Data. Computational and Mathematical Methods in Medicine, 2022.

See Also

data_COVIDDeath, data_COVID19MH, data_COVIDmor

Examples

Run this code
x<-data_fatCOVID
summary(x)

Run the code above in your browser using DataLab